home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / PPA.IN_ / ppa.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  2.0 KB  |  113 lines

  1. ; ppa.INF  -- This file contains information to load the parallel
  2. ;             port driver filter for iomega drives
  3. ;
  4. ;*** Created 3/23/98  (Creation Date)
  5.  
  6. [Version]
  7. Signature="$WINDOWS NT$"
  8. Class=DiskDrive
  9. ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
  10. Provider=%MSFT%
  11. LayoutFile=layout.inf
  12. DriverVer=10/01/2002,5.2.3790.0
  13.  
  14. ; =================== Table of content =========================
  15. [DestinationDirs]
  16. Generic_CopyFiles=12
  17. Ppa_CopyFiles=12
  18. ppa_gendisk_copyfiles=12
  19.  
  20. [Manufacturer]
  21. %IOMEGAMfg%=iomega_device
  22. %GenManufacturer%=ppa_gendisk_device
  23.  
  24. [ppa_gendisk_copyfiles]
  25. disk.sys
  26.  
  27. [ppa_copyfiles]
  28. ppa.sys
  29.  
  30. ; =================== IOMEGA ========================
  31. [iomega_device]
  32. %PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc%=ppa_install,LPTENUM\IMGVP1E6AA
  33.  
  34. [ppa_gendisk_device]
  35. %ppa_gendisk_devdesc%=ppa_install
  36.  
  37. [ppa_addreg]
  38. HKR,,"LowerFilters",0x00010000, "ppa"
  39.  
  40. [ppa_install]
  41. CopyFiles=ppa_copyfiles,ppa_gendisk_copyfiles
  42.  
  43. [ppa_install.HW]
  44. AddReg=ppa_addreg
  45.  
  46. [ppa_install.Services]
  47. AddService = disk,2,ppa_gendisk_ServiceInstallSection
  48. AddService = ppa,,ppa_ServiceInstallSection
  49.  
  50. [ppa_gendisk_ServiceInstallSection]
  51. DisplayName=%ppa_gendisk_ServiceDesc%
  52. ServiceType    = 1
  53. StartType      = 0
  54. ErrorControl   = 1
  55. ServiceBinary  = %12%\disk.sys
  56. LoadOrderGroup = SCSI Class
  57.  
  58. [ppa_ServiceInstallSection]
  59. DisplayName=%ppa_ServiceDesc%
  60. ServiceType    = 1
  61. StartType      = 3
  62. ErrorControl   = 1
  63. ServiceBinary  = %12%\ppa.sys
  64. LoadOrderGroup = Pnp Filter
  65.  
  66. ; =================== Generic ==================================
  67.  
  68. [ControlFlags]
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. [Strings]
  103.  
  104. MSFT="Microsoft"
  105. PpaClassName="Disk drives"
  106. ppa_ServiceDesc="Iomega Parallel Port Filter Driver"
  107. ppa_gendisk_ServiceDesc="Disk Driver"
  108. GenManufacturer="SCSI Native Device"
  109. ppa_gendisk_devdesc="Iomega IEEE 1284.3 Parallel Port Drive"
  110.  
  111. IOMEGAMfg="Iomega Corporation"
  112. PARALLEL_PORT\IOMEGA_ZIP-DISK_DRIVE.DeviceDesc="Iomega IEEE 1284.3 Parallel Port Drive"
  113.